Skip to content

Bump minimum Go version to 1.26 for containerd compatibility#137

Draft
Copilot wants to merge 4 commits into
mainfrom
copilot/fix-makebb-error-building-containerd
Draft

Bump minimum Go version to 1.26 for containerd compatibility#137
Copilot wants to merge 4 commits into
mainfrom
copilot/fix-makebb-error-building-containerd

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 28, 2026

Containerd requires Go 1.26. This updates the minimum Go version in src/go.mod to 1.26 so that makebb can be built with a toolchain capable of building containerd.

Changes

  • src/go.mod: Bump minimum Go version from 1.25 to 1.26.

Copilot AI linked an issue Apr 28, 2026 that may be closed by this pull request
Copilot AI and others added 2 commits April 28, 2026 15:03
Copilot AI changed the title [WIP] Fix makebb fails when just building containerd Fix makebb "ambiguous import" failure when building containerd Apr 28, 2026
Copilot AI requested a review from rminnich April 28, 2026 15:06
Copy link
Copy Markdown
Member

@rminnich rminnich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not a good way to fix this problem IMHO. I will look for other paths.

Copy link
Copy Markdown
Author

Copilot AI commented Apr 28, 2026

this is not a good way to fix this problem IMHO. I will look for other paths.

Reverted the error-message-parsing approach in 73d7d64 — the PR now only contains the go 1.26 bump in src/go.mod. Looking forward to seeing the alternative approach you have in mind.

Copilot AI changed the title Fix makebb "ambiguous import" failure when building containerd Bump minimum Go version to 1.26 for containerd compatibility Apr 28, 2026
Copilot AI requested a review from rminnich April 28, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

makebb fails when just building containerd

2 participants